home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 December / Chip_2003-12_cd1.bin / software / poco / pocosetup.exe / {app} / Poco.exe / 0 / RCDATA / TFRMCOPYPROGRESS / TFRMCOPYPROGRESS.txt
Text File  |  2003-07-29  |  1KB  |  70 lines

  1. object FrmCopyProgress: TFrmCopyProgress
  2.   Left = 294
  3.   Top = 118
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsToolWindow
  6.   Caption = 'Progress'
  7.   ClientHeight = 81
  8.   ClientWidth = 334
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -13
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   FormStyle = fsStayOnTop
  16.   OldCreateOrder = False
  17.   Scaled = False
  18.   OnClose = FormClose
  19.   OnCreate = FormCreate
  20.   PixelsPerInch = 120
  21.   TextHeight = 16
  22.   object Lbl: TLabel
  23.     Left = 8
  24.     Top = 6
  25.     Width = 80
  26.     Height = 16
  27.     Caption = 'Copying files:'
  28.     Transparent = True
  29.   end
  30.   object LblInfo: TLabel
  31.     Left = 8
  32.     Top = 26
  33.     Width = 3
  34.     Height = 16
  35.     Transparent = True
  36.   end
  37.   object BtnCancel: TButton
  38.     Left = 252
  39.     Top = 50
  40.     Width = 75
  41.     Height = 25
  42.     Cancel = True
  43.     Caption = 'Cancel'
  44.     TabOrder = 0
  45.     OnClick = BtnCancelClick
  46.   end
  47.   object BtnHide: TButton
  48.     Left = 252
  49.     Top = 78
  50.     Width = 75
  51.     Height = 25
  52.     Cancel = True
  53.     Caption = '&Hide'
  54.     Default = True
  55.     TabOrder = 1
  56.     Visible = False
  57.     OnClick = BtnHideClick
  58.   end
  59.   object Bar: TProgressBar
  60.     Left = 8
  61.     Top = 53
  62.     Width = 231
  63.     Height = 19
  64.     Min = 0
  65.     Max = 100
  66.     Smooth = True
  67.     TabOrder = 2
  68.   end
  69. end
  70.